C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGridDetailProvider<TItem> Class / DetailLoading Event

DetailLoading Event (FlexGridDetailProvider<TItem>)
Occurs when the detail cell is being created.
Syntax
'Declaration
 
Public Event DetailLoading As EventHandler(Of GridDetailLoadingEventArgs(Of TItem))
 
Event Data

The event handler receives an argument of type GridDetailLoadingEventArgs<TItem> containing data related to this event. The following GridDetailLoadingEventArgs<TItem> properties provide information specific to this event.

PropertyDescription
Gets the detail row it is being loaded.  
Gets the parent row.  
See Also